In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GetBBox Method

GetBBox Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration

 

Public Shared Function GetBBox( _

   ByVal blocks As IEnumerable(Of GdPictureRectangle), _

   Optional ByVal blockCount As Integer _

) As GdPictureRectangle
public static GdPictureRectangle GetBBox( 

   IEnumerable<GdPictureRectangle> blocks,

   int blockCount

)
public function GetBBox( 

    blocks: IEnumerable;

    blockCount: Integer

): GdPictureRectangle; static; 
public static function GetBBox( 

   blocks : IEnumerable,

   blockCount : int

) : GdPictureRectangle;
public: static GdPictureRectangle* GetBBox( 

   IEnumerable<GdPictureRectangle*>* blocks,

   int blockCount

) 
public:

static GdPictureRectangle^ GetBBox( 

   IEnumerable<GdPictureRectangle^>^ blocks,

   int blockCount

) 

Parameters

blocks
blockCount
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members